Remove legacy alias skills (create-pr, skill-creator)#110
Merged
Conversation
scttcper
approved these changes
Apr 7, 2026
added 2 commits
April 7, 2026 16:54
- .claude/settings.json: drop Skill(sentry-skills:create-pr) from allow list - AGENTS.md: remove create-pr from alias skill example - claude-settings-audit/SKILL.md: drop create-pr from expected allow list
skill-creator was a compatibility alias for skill-writer. removing it entirely as part of a clean break from legacy alias skills. no aliases, no compat shims — just the canonical skill names. removes: - plugins/sentry-skills/skills/skill-creator/SKILL.md - .claude/settings.json allow entry - AGENTS.md alias mention - claude-settings-audit/SKILL.md expected entry - skill-writer/SOURCES.md source table row - skill-writer/references/synthesis-path.md references
…le alias guidance Co-Authored-By: junior <noreply@sentry.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clean break from legacy alias skills. No compat shims, no forwarding aliases — just canonical skill names.
Removed
create-prAlias for
pr-writer. Was actively causing routing problems — agents were landing oncreate-prinstead of the canonical skill.skill-creatorAlias for
skill-writer. Same problem: alias existence invites routing to the wrong skill.Also cleaned up
.claude/settings.json— removed both from the allow listAGENTS.md— removed alias mentionsclaude-settings-audit/SKILL.md— removed expected entries for bothskill-writer/SOURCES.mdandskill-writer/references/synthesis-path.md— removedskill-creatorsource references